From 3cf7c453883d571a106106b910394494245c4d01 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 29 Dec 2008 07:02:24 +0000 Subject: [PATCH] Document capabilities svn path=/trunk/; revision=21992 --- docs/reference/ChangeLog | 1 + .../gtk/tmpl/gtkprintunixdialog.sgml | 32 +++++++++++-------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b2b53e9b27..5facffb5b4 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,6 @@ 2008-12-28 Matthias Clasen + * gtk/tmpl/gtkprintunixdialog.sgml: Document capabilities * gtk/tmpl/gtkstyle.sgml: Document GtkBorder * gtk/tmpl/gtkmenubar.sgml: Document GtkPackDirection * gtk/tmpl/gtkenums.sgml: Document GtkArrowPlacement diff --git a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml index cd71fab1de..ab11ccf807 100644 --- a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml @@ -191,20 +191,26 @@ The GtkPrintUnixDialog implementation of the GtkBuildable interface exposes its An enum for specifying which features the print dialog should offer. -If neither %GTK_PRINT_CAPABILITY_GENERATE_PDF nor %GTK_PRINT_CAPABILITY_GENERATE_PS is -specified, GTK+ assumes that all formats are supported. - - -@GTK_PRINT_CAPABILITY_PAGE_SET: -@GTK_PRINT_CAPABILITY_COPIES: -@GTK_PRINT_CAPABILITY_COLLATE: -@GTK_PRINT_CAPABILITY_REVERSE: -@GTK_PRINT_CAPABILITY_SCALE: -@GTK_PRINT_CAPABILITY_GENERATE_PDF: The program will send the document to the printer in PDF format -@GTK_PRINT_CAPABILITY_GENERATE_PS: The program will send the document to the printer in Postscript format +If neither %GTK_PRINT_CAPABILITY_GENERATE_PDF nor +%GTK_PRINT_CAPABILITY_GENERATE_PS is specified, GTK+ assumes that all +formats are supported. + + +@GTK_PRINT_CAPABILITY_PAGE_SET: Print dialog will offer printing even/odd pages. +@GTK_PRINT_CAPABILITY_COPIES: Print dialog will allow to print multiple copies. +@GTK_PRINT_CAPABILITY_COLLATE: Print dialog will allow to collate multiple copies. +@GTK_PRINT_CAPABILITY_REVERSE: Print dialog will allow to print pages in reverse order. +@GTK_PRINT_CAPABILITY_SCALE: Print dialog will allow to scale the output. +@GTK_PRINT_CAPABILITY_GENERATE_PDF: The program will send the document to + the printer in PDF format +@GTK_PRINT_CAPABILITY_GENERATE_PS: The program will send the document to + the printer in Postscript format @GTK_PRINT_CAPABILITY_PREVIEW: -@GTK_PRINT_CAPABILITY_NUMBER_UP: Print dialog will offer printing multiple pages per sheet. Since 2.12 -@GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT: Print dialog will allow to rearrange pages when printing multiple pages per sheet. Since 2.14 +@GTK_PRINT_CAPABILITY_NUMBER_UP: Print dialog will offer printing multiple + pages per sheet. Since 2.12 +@GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT: Print dialog will allow to rearrange + pages when printing multiple pages per sheet. Since 2.14 + -- 2.30.2